home *** CD-ROM | disk | FTP | other *** search
- # ---------------------------------------------------------------------------
- !if !$d(BCB)
- BCB = $(MAKEDIR)\..
- !endif
-
- # ---------------------------------------------------------------------------
- # IDE SECTION
- # ---------------------------------------------------------------------------
- # The following section of the project makefile is managed by the BCB IDE.
- # It is recommended to use the IDE to change any of the values in this
- # section.
- # ---------------------------------------------------------------------------
-
- VERSION = BCB.03
- # ---------------------------------------------------------------------------
- PROJECT = TeeUI4C.bpl
- OBJFILES = Arrowedi.obj AxisIncr.obj AxMaxMin.obj Baredit.obj CustEdit.obj Flineedi.obj \
- Ganttedi.obj IEdi3D.obj IEdiAxis.obj IEdiGene.obj IEdiLege.obj IEdiPage.obj \
- IEdiPane.obj IEdiSeri.obj IEditCha.obj IEdiTitl.obj IEdiWall.obj PieEdit.obj \
- Shapeedi.obj TeeGally.obj Areaedit.obj TeePoEdi.obj IEdiPeri.obj DBEditCh.obj \
- TeeLisB.obj TeeStore.obj EditChar.obj TeeUI4C.obj
- RESFILES = teeUI4C.res
- DEFFILE =
- RESDEPEN = $(RESFILES) Arrowedi.dfm AxisIncr.dfm AxMaxMin.dfm Baredit.dfm \
- CustEdit.dfm Flineedi.dfm Ganttedi.dfm IEdi3D.dfm IEdiAxis.dfm \
- IEdiGene.dfm IEdiLege.dfm IEdiPage.dfm IEdiPane.dfm IEdiSeri.dfm IEditCha.dfm \
- IEdiTitl.dfm IEdiWall.dfm PieEdit.dfm Shapeedi.dfm \
- TeeGally.dfm Areaedit.dfm TeePoEdi.dfm IEdiPeri.dfm
- LIBFILES =
- LIBRARIES = VCLx35.lib
- SPARELIBS = VCL35.lib VCLDB35.lib Tee4C.lib TeeDB4C.lib VCLx35.lib
- DEFFILE =
- PACKAGES = vcl35.bpi vcldb35.bpi tee4C.bpi teeDB4C.bpi
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)\lib\debug
- RELEASELIBPATH = $(BCB)\lib\release
- # ---------------------------------------------------------------------------
- CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
- CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
- CFLAG3 =
- PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
- -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -$O- -v -JPHN -M
- RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
- AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
- LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
- -D"TeeChart Pro 4.0 Components" -aa -Tpp -Gpr -s -Gl -Gi -w -v
- IFLAGS = -Gn
- # ---------------------------------------------------------------------------
- ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
-
- [Version Info]
- IncludeVerInfo=1
- AutoIncBuild=0
- MajorVer=4
- MinorVer=0
- Release=0
- Build=0
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=1
- Locale=1033
- CodePage=1252
-
- [Version Info Keys]
- CompanyName=teeMach, SL
- FileDescription=TeeChart 4.0 User Interface
- FileVersion=4.0.0.0
- InternalName=TEEUI4C
- LegalCopyright=⌐ 1996-98 by David Berneda
- LegalTrademarks=
- OriginalFilename=TEEUI4C.BPL
- ProductName=TeeChart 4.0
- ProductVersion=4.0.0.0
- Comments=
-
- [Excluded Packages]
- dcldss35.bpl=Borland Decision Cube Components
-
- [HistoryLists\hlIncludePath]
- Count=1
- Item0=$(BCB)\include;$(BCB)\include\vcl
-
- [HistoryLists\hlLibraryPath]
- Count=2
- Item0=$(BCB)\lib\obj;$(BCB)\lib
- Item1=$(BCB)\lib\obj;$(BCB)\lib
-
- [HistoryLists\hlDebugSourcePath]
- Count=1
- Item0=$(BCB)\source\vcl
-
- [HistoryLists\hlConditionals]
- Count=1
- Item0=_RTLDLL;USEPACKAGES
-
- [Debugging]
- DebugSourceDirs=$(BCB)\source\vcl
-
- [Parameters]
- RunParams=
- HostApplication=
-
- !endif
-
- # ---------------------------------------------------------------------------
- # MAKE SECTION
- # ---------------------------------------------------------------------------
- # This section of the project file is not used by the BCB IDE. It is for
- # the benefit of building from the command-line using the MAKE utility.
- # ---------------------------------------------------------------------------
-
- .autodepend
- # ---------------------------------------------------------------------------
- !if !$d(BCC32)
- BCC32 = bcc32
- !endif
-
- !if !$d(DCC32)
- DCC32 = dcc32
- !endif
-
- !if !$d(TASM32)
- TASM32 = tasm32
- !endif
-
- !if !$d(LINKER)
- LINKER = ilink32
- !endif
-
- !if !$d(BRCC32)
- BRCC32 = brcc32
- !endif
- # ---------------------------------------------------------------------------
- !if $d(PATHCPP)
- .PATH.CPP = $(PATHCPP)
- .PATH.C = $(PATHCPP)
- !endif
-
- !if $d(PATHPAS)
- .PATH.PAS = $(PATHPAS)
- !endif
-
- !if $d(PATHASM)
- .PATH.ASM = $(PATHASM)
- !endif
-
- !if $d(PATHRC)
- .PATH.RC = $(PATHRC)
- !endif
- # ---------------------------------------------------------------------------
- $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
- $(BCB)\BIN\$(LINKER) @&&!
- $(LFLAGS) $(IFLAGS) +
- $(ALLOBJ), +
- $(PROJECT),, +
- $(ALLLIB), +
- $(DEFFILE), +
- $(ALLRES)
- !
- # ---------------------------------------------------------------------------
- .pas.hpp:
- $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
-
- .pas.obj:
- $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
-
- .cpp.obj:
- $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
-
- .c.obj:
- $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
-
- .asm.obj:
- $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
-
- .rc.res:
- $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
- # ---------------------------------------------------------------------------
-